Revision: elho-tools--main--0--patch-40
Archive: elho@elho.net--elho-debian
Creator: Elmar Hoffmann <elho@elho.net>
Date: Tue Oct  1 14:10:02 CEST 2013
Standard-date: 2013-10-01 12:10:02 GMT
Modified-files: shell-tools
New-patches: elho@elho.net--elho-debian/elho-tools--main--0--patch-40
Summary: avoid assigning multiple arguments to local variables
Keywords: 

POSIX does not specify local variables and while dash supports them in
general, it does not handle assigning multiple arguments to it, such as the
expansion of "$@" results in.

